Extended query: parse command freezes backend - Mailing list pgsql-novice

From M. Bastin
Subject Extended query: parse command freezes backend
Date
Msg-id a06110401bd14402b0572@[213.224.114.106]
Whole thread Raw
In response to Extended query language: does it work?  ("M. Bastin" <marcbastin@mindspring.com>)
Responses Re: Extended query: parse command freezes backend  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
I'm sending this parse command after which the backend completely
stops responding (just the session, not the whole server):

   Byte1('P'): "P"
   Int32:       41
   String:     "mystatement" + null byte
   String:     "select * from mytable;" + null byte
   Int16:       0

I have to close and re-open the frontends' TCP/IP connection to be
able to work again.  PostgreSQL 7.4.2.

Marc

pgsql-novice by date:

Previous
From: "M. Bastin"
Date:
Subject: Extended query language: does it work?
Next
From: Stephan Szabo
Date:
Subject: Re: Speed of the stored procedures?